home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Tools & Apps / Testing & Debugging / Super Front End for VU (HITEC) / HITEC Documents / HITEC 1.0.2 Release Notes next >
Encoding:
Text File  |  1991-11-19  |  5.9 KB  |  153 lines  |  [TEXT/MPS ]

  1.  
  2.                                      HITEC 1.0.2 Release Notes
  3.                                     (revision history follows)
  4.  
  5.  
  6. Upgrading:
  7. ——————————
  8.  
  9. 1)     First, place any personal scripts that you have in the HITEC folder that you wish to KEEP
  10.     in another location (e.g., the MPW directory)
  11. 2)    Drag the HITEC folder and UserStartup•HITEC file into your MPW folder.
  12.  
  13. NOTE:          Be sure to set your preferences (via the Preferences menu item) and restart MPW  
  14.                before beginning to use HITEC!
  15.        
  16. CAUTION:    If you keep any scripts in your HITEC folder and replace your HITEC folder
  17.             before moving your scripts to another location, your scripts will be LOST!
  18.             Please take care in following Step 1 for upgrading.
  19.  
  20.  
  21. What’s New In 1.0.2:
  22. —————————————————————
  23.  
  24. >>    Enhancements
  25.  
  26.     •    HITEC is now aware of the Macintosh Classic II, PowerBook 100, PowerBook 140,
  27.         PowerBook 170, Quadra 700 and Quadra 900 as CPU types.
  28.     
  29.  
  30. Known Anomolies In 1.0.2:
  31. ——————————————————————————
  32.  
  33. •    HITEC uses MPW’s script language to provide its funcionality.  In particular, the Set command
  34.     is used to assign values to variables.  In several areas, Set is used to grab text in the
  35.     output logs of your targets.  Unfortunately, if text that HITEC is trying to Set to a variable
  36.     contains double quotes (ie "Finder Test", "Save As…" etc…)  The Set command will complain and the 
  37.     results will be inacurate.  The only place this occurs is when using Analyze Session or Expanding
  38.     a line.  In short, DO NOT print out double quotes in your VU "println" statements or your MPW
  39.     scripts.  To bind two seperate words together, use single quotes or curly quotes 
  40.     (e.g., 'Finder Test', “Save As…”, ‘Keyboard’, etc…).  This is not to be fixed, as it is an 
  41.     effect of MPW. 
  42.     
  43.  
  44. ——————————————————————————————————————————————————————————————————————————————————————————————————————
  45. ——————————————————————————————————————————————————————————————————————————————————————————————————————
  46.  
  47.                               R E V I S I O N   H I S T O R Y
  48.  
  49. ——————————————————————————————————————————————————————————————————————————————————————————————————————
  50. ——————————————————————————————————————————————————————————————————————————————————————————————————————
  51.  
  52.  
  53. What’s New In 1.0.1:
  54. —————————————————————
  55.  
  56. >>    Bugs Fixed
  57.  
  58.     •    Check VU Syntax feature now only reports scripts as being correct only when 
  59.         they ARE correct.
  60.     
  61.     •    Mount project feature now bypasses asking for your server password if the server
  62.         is already mounted.
  63.         
  64.     •    CommentOut feature now comments out only the lines that are selected.
  65.         Note:  Only lines that end in a return will be commented out.
  66.         
  67.     •    In DoToTargets, Cleanup Targets feature has been revised to work with System 7.0b4.
  68.     
  69. >>    Enhancements
  70.  
  71.     •    HITEC is now aware of the Macintosh Classic, LC and IIsi as CPU types.
  72.     
  73.     •    When CheckTargets feature is enabled, HITEC will detect when all targets are dead and
  74.         end the session.
  75.         
  76.     •    Default setting for CheckTargets feature is now ON.
  77.     
  78.     •    New preferences option: Always Install HITEC, allows user to bypass ‘Install HITEC?’
  79.         ‘Install HITEC?’ dialog.
  80.         
  81.  
  82. What’s New In 1.0:
  83. ———————————————————
  84.  
  85. •    Mainly, items listed in the 'Known problems in 1.0b6' have been fixed.  That is, the first target
  86.     log is no longer used as a road map for tests executed when analyzing a session, thus making the
  87.     report more reliable.  Also, when the 'Check Targets' check box is selected in the Run Session
  88.     dialog, targets are given an additional preliminary check before any session tests begins.
  89.  
  90. •    A new script called CheckTargets has been added.
  91.  
  92. •    Logs are now handled better for a dead target than before.
  93.     
  94. •    The HITECPassword and HITECInstall tools were revised to fix an oversight where the grafport
  95.     was not being set back to the old port when the dialog was dismissed.
  96.  
  97.  
  98.  
  99. What’s New In 1.0b6
  100. ———————————————————
  101.  
  102. •    When using "Mount [project]", the characters of your password are displayed as bullets.
  103.  
  104. •    A new dialog that is displayed when MPW starts to install (or not) HITEC.
  105.     Clicking on the graphic in this dialog will display the HITEC about box.
  106.     
  107. •    After opening a library using the "VU libraries" submenu, your directory will no longer
  108.     be set to the VU Libraries folder.
  109.  
  110.  
  111. Known problems in 1.0b6:
  112. ________________________
  113.  
  114. •    If you have a target selected that is dead BEFORE the first test case is executed, it is
  115.     likely that you will get "No pass/fail reported" errors for the first test case.  If you
  116.     have selected "Check targets after each test" in the Run Session dialog, then HITEC will
  117.     omit the dead targets from subsequent scripts.  In short, "Check targets after each test"
  118.     means "Check targets AFTER each test" and not before.
  119.     
  120. •    During an Analyze Session, HITEC relies on the target log of the first target to extract
  121.     test case name information, so if the first target dies without executing all tests, the
  122.     analyze log will not contain comlete information.
  123.  
  124.  
  125.  
  126. What’s New In 1.0b5
  127. ———————————————————
  128.  
  129. •    Sample scripts have been modified and improved.
  130.  
  131. •    The HITEC menu has been rearranged for better organization.
  132.  
  133. •    A "Modify Suite…" menu item has been added to allow you to change an existing suite
  134.     without having to go through the re-creation process!
  135.     
  136. •    The search capabilities have been combined into one menu item that allows you to
  137.     specify the directory in which to search for a given string.
  138.  
  139. •    The Mount {x} and Update {x} menu items have been changed to dynamically display the
  140.     name of the projector database you have specified in your preferences.  If no projector
  141.     database is in use then those items are dimmed in the menu.
  142.     
  143. •    If the "keep temp files" option in Preferences is set to false (the default) then the
  144.     "Run Last VU Script" menu item is disabled.
  145.  
  146. •    Two new menu options have been added to support string resources in scripts
  147.     Rez Active and DeRez Active will provide a fast and easy mechanism to take
  148.     advantage of VU's string resource capabilities.
  149.     
  150. •    A bug which prevented a scripts string resources to be available when the script
  151.     was compiled with the C preprocessor was fixed.
  152.  
  153.